CPatientApptItemXfer.cs
Code Type: C# Class


Lines of Code: 31

public long RegionID { get; set; }
   
	 region id property 

public string DFN { get; set; }

	 dfn property 

public   long ApptClinicID { get; set; }

	 clinic id property 

public string ApptCurrentStatus { get; set; }

	 current status property 

public string ApptStatus { get; set; }

	 status property 

public string ApptTimeStamp { get; set; }

	 appointment time property 

public string ApptType { get; set; }

	 appointment type 

	

